home *** CD-ROM | disk | FTP | other *** search
- * Modify the resulting scheme (in B) of demosch:
- * This macro forms part demosch.
- *
- * Demonstration using don,5 display mode
- * Ed Doppenberg 5-8-90
- * ------------------------------------------------
- don 4
- clear c
- bcopy 1 5 b c * copy op.amp in bit plane 5 (red)
- bcopy 2 2 b c * copy resistors in bit plane 2 (blue)
- bcopy 3 3 b c * copy capacitors in bit plane 3 (green)
- bcopy 6 4 b c * copy vert.+horiz.+cap. bit plane 4 (l.blue)
- exor 3 4 4 c * strip capacitors
- bcopy 7 7 b c * copy endpoints + vert+horizon in bit plane 7 (yellow)
- exor 4 7 7 c * strip,
- and 4 7 7 c * every thing execpt endpoints
- exor 7 4 4 c * strip endpoints
- don,5
- gdisp c
- don 1 * back to normal display mode
-